Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Module xyaptu :: Class xcopier |
|
copier
--+
|
xcopier
xcopier class, inherits from yaptu.copier
Method Summary | |
---|---|
set default regular expressions required by yaptu.copier... | |
Converts the value of the input stream (or contents of input filename) ... | |
Handle expressions that do not evaluate... | |
Preprocess embedded python statements and expressions... | |
Preprocess embedded python statements and expressions... | |
Converts xyaptu markup in input string to yaptu delimeters... | |
Returns the ASCII decoded version of the given HTML string. | |
Inherited from copier | |
Entry point: copy-with-processing a file, or a block of lines... | |
Main copy method: process lines [i,last) of block... |
Class Variable Summary | |
---|---|
list |
_xmlCodes = [['"', '"'], ['>', '>'], ['<', '<...
|
Method Details |
---|
__init__(self,
dns,
rExpr=None,
rOpen=None,
rClose=None,
rClause=None,
ouf=<epydoc.imports._DevNull instance at 0x0126D3C8>,
dbg=0,
dbgOuf=<epydoc.imports._DevNull instance at 0x0126D3C8>)
|
xcopy(self, input=None)Converts the value of the input stream (or contents of input filename) from xyaptu format to yaptu format, and invokes yaptu.copy |
_handleBadExps(self, s)Handle expressions that do not evaluate |
_preProcess(self, s, why)Preprocess embedded python statements and expressions |
_preProcessDbg(self, s, why)Preprocess embedded python statements and expressions |
_x2y_translate(self, xStr)Converts xyaptu markup in input string to yaptu delimeters |
_xmlDecode(self, s)Returns the ASCII decoded version of the given HTML string. |
Class Variable Details |
---|
_xmlCodes
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:39 2003 | http://epydoc.sf.net |